Get current term in single.php

You can use wp_get_object_terms($object_ids, $taxonomies, $args) to get all terms from a defined set of taxonomies for an object

The $taxonomies parameter can be an array of taxonomy names.

http://codex.wordpress.org/Function_Reference/wp_get_object_terms