Custom/separate categories for custom post type

You can use register_taxonomy to create a category-like custom taxonomy using the argument ‘hierarchical’ set to true.

In Codex example see the first taxonomy registered (“Genres”).