Given an options dictionary and the name of a command, uses the
options in an attempt to obtain a repository access object, then
verifies that the user attempting the access has execute access
on the corresopnding Command resource in the repository. If
successful, returns the repository access object. Otherwise,
prints an exception message to standard error and returns None.